.chromestyle{
margin:0px auto;
}
#menulink_8 a{color:#FFF}
#menulink_8 a:hover{color:#FFF}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;
width:100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background:url(menu_bg.jpg) no-repeat center;*/
padding:0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; border:0;
}

.chromestyle ul li{
float:left;
width:125px;
text-align:center;
background:url(../images/menu_before.jpg) left no-repeat;
display:block;
}

.chromestyle ul li a{
color:#FFF;
display:block;
font-family:"微软雅黑";
margin:0;
text-decoration: none;
line-height:42px;
font-size:14px;
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../images/meun_after.jpg) left no-repeat;
color:#fff;
height:42px;/*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
/*border: 1px solid #e45f02; /*THEME CHANGE HERE*/
/*border-bottom-width: 1;*/
font-size:12px;
z-index:10000;
width:230px;
visibility: hidden;
float:left;
padding:15px 10px;
background-color:#edeef0;
display:block;
clear:both;
}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:13px; 
font-family:"微软雅黑";
color:#000;
height:32px; 
line-height:32px;
background:url(../images/index_17.jpg) no-repeat center left;
padding-left:22px;
/*filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;*/
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#f86402;background:url(../images/index_171.jpg) no-repeat center left;
}